(timer-set-time, timer-set-time-with-usecs): Fix docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 16 Jul 2002 06:43:06 +0000 (06:43 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 16 Jul 2002 06:43:06 +0000 (06:43 +0000)
lisp/timer.el

index c98d160d57fb2fd07cac999c6dfa292ebf84edb5..b93ec44665242970fb3469aec5f2a972a1be0332 100644 (file)
@@ -45,7 +45,7 @@
 (defun timer-set-time (timer time &optional delta)
   "Set the trigger time of TIMER to TIME.
 TIME must be in the internal format returned by, e.g., `current-time'.
-If optional third argument DELTA is a non-zero integer, make the timer
+If optional third argument DELTA is a positive number, make the timer
 fire repeatedly that many seconds apart."
   (or (timerp timer)
       (error "Invalid timer"))
@@ -140,7 +140,7 @@ SECS may be a fraction."
   "Set the trigger time of TIMER to TIME plus USECS.
 TIME must be in the internal format returned by, e.g., `current-time'.
 The microsecond count from TIME is ignored, and USECS is used instead.
-If optional fourth argument DELTA is a non-zero integer, make the timer
+If optional fourth argument DELTA is a positive number, make the timer
 fire repeatedly that many seconds apart."
   (or (timerp timer)
       (error "Invalid timer"))